home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / src / kant-generator-04-c / Kant ƒ / Kode ƒ / kant main window.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-23  |  310 b   |  9 lines  |  [TEXT/MMCC]

  1. #include "graphics.h"
  2. #include "kant parser.h"
  3.  
  4. extern    ControlHandle    gVScrollBar, gHScrollBar;
  5.  
  6. short MainWindowDispatch(WindowDataHandle theData, short theMessage, unsigned long misc);
  7. enum ErrorType ParserDispatch(WindowDataHandle theData);
  8. void DealWithEditMenu(WindowDataHandle theData, short theMessage);
  9.